Android 14 Permissions Changes
For Android 14 we highly recommend that the following permission is asked.
You can use the new API NotificationManager.canUseFullScreenIntent
to check if your app has the permission; if not, your app can use the new intent ACTION_MANAGE_APP_USE_FULL_SCREEN_INTENT
to launch the settings page where users can grant the permission.